Represents a method that handles the completed event of an asynchronous action that provides progress updates.
public generic<typename TProgress>
delegate void AsyncActionWithProgressCompletedHandler`1(
IAsyncActionWithProgress<TProgress>^ asyncInfo,
AsyncStatus asyncStatus
)
TProgress
The progress information.
asyncInfo
Type: IAsyncActionWithProgress<TProgress>
The asynchronous action.
asyncStatus
Type: AsyncStatus
One of the enumeration values.
Namespace: Windows.Foundation
Metadata: windows.winmd